<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<model documentVersion="1.0" lastSavedToolsVersion="14903" minimumToolsVersion="Automatic" sourceLanguage="Swift" systemVersion="18G87" type="com.apple.IDECoreDataModeler.DataModel" userDefinedModelVersionIdentifier="">

  <elements>
    <element height="135" name="Personnes" positionX="0" positionY="100" width="150"/>
    <element height="135" name="Medias" positionX="200" positionY="100" width="150"/>
  </elements>

  <entity codeGenerationType="class" name="Personnes" representedClassName="Personnes" syncable="YES">
    <userInfo>
      <entry key="globalStamp" value="NO"/>
      <entry key="primaryKey" value="ID"/>
    </userInfo>
    <fetchIndex name="byPrimaryKey">
      <fetchIndexElement order="ascending" property="iD" type="binary"/>
    </fetchIndex>
    <uniquenessConstraints>
      <uniquenessConstraint>
        <constraint value="iD"/>
      </uniquenessConstraint>
    </uniquenessConstraints>
    <attribute attributeType="String" indexed="NO" name="nom" optional="YES" syncable="YES">
      <userInfo/>
    </attribute>
    <attribute attributeType="String" indexed="NO" name="prenom" optional="YES" syncable="YES">
      <userInfo/>
    </attribute>
    <attribute attributeType="Integer 32" indexed="NO" name="iD" optional="YES" syncable="YES" usesScalarValueType="YES">
      <userInfo>
        <entry key="keyMapping" value="ID"/>
        <entry key="integer" value="YES"/>
      </userInfo>
    </attribute>
    <attribute attributeType="Transformable" indexed="NO" name="photo" optional="YES" syncable="YES" valueTransformerName="NSSecureUnarchiveFromData">
      <userInfo>
        <entry key="image" value="YES"/>
      </userInfo>
    </attribute>
    <attribute attributeType="String" indexed="NO" name="nomComplet" optional="YES" syncable="YES">
      <userInfo/>
    </attribute>
  </entity>

  <entity codeGenerationType="class" name="Medias" representedClassName="Medias" syncable="YES">
    <userInfo>
      <entry key="globalStamp" value="NO"/>
      <entry key="primaryKey" value="ID"/>
    </userInfo>
    <fetchIndex name="byPrimaryKey">
      <fetchIndexElement order="ascending" property="iD" type="binary"/>
    </fetchIndex>
    <uniquenessConstraints>
      <uniquenessConstraint>
        <constraint value="iD"/>
      </uniquenessConstraint>
    </uniquenessConstraints>
    <attribute attributeType="String" indexed="NO" name="titre" optional="YES" syncable="YES">
      <userInfo/>
    </attribute>
    <attribute attributeType="String" indexed="NO" name="commentaire" optional="YES" syncable="YES">
      <userInfo/>
    </attribute>
    <attribute attributeType="String" indexed="NO" name="dateChaine" optional="YES" syncable="YES">
      <userInfo/>
    </attribute>
    <attribute attributeType="Transformable" indexed="NO" name="vignette" optional="YES" syncable="YES" valueTransformerName="NSSecureUnarchiveFromData">
      <userInfo>
        <entry key="image" value="YES"/>
      </userInfo>
    </attribute>
    <attribute attributeType="Integer 32" indexed="NO" name="iD" optional="YES" syncable="YES" usesScalarValueType="YES">
      <userInfo>
        <entry key="keyMapping" value="ID"/>
        <entry key="integer" value="YES"/>
      </userInfo>
    </attribute>
  </entity>

</model>
